@charset "utf-8";

.swiper-container {
    width: 100%;
    max-width: 100%;
	height: 11rem;
}

.swiper-wrapper {
	height:11rem;
}


.swiper-slide {
    text-align: center;
    font-size: 0.7rem;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.swiper-pagination {
	top:10.3rem;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.1rem;
}


.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff6c00;
}



/*自行设置部分*/

.proScroll3 .item{
    border: 0.05rem solid #eaeaea;
    padding: 0.1rem;
    padding-bottom: 0;
}


.proScroll3 .item .txt{
    line-height: 1.5rem;
    text-align: center;
	color:#333;
}



.proScroll3 .item img{
    width: 100%;
    max-width: 100%;
    height: 7.4rem;
    display: block;
}

